home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / bug / vim-tiny / presubj
Encoding:
Text File  |  2010-07-11  |  516 b   |  16 lines

  1. Before filing a bug, please ensure that your configuration is not the cause of
  2. the bug.  At the very least, this can help narrow down exactly where the bug
  3. exists or what option is causing the behavior.
  4.  
  5. If the potential bug is part of Vim's basic functionality, run
  6.  
  7.   (g)vim -u NONE -U NONE -N
  8.  
  9. If the potential bug is part of Vim's plugins, run
  10.  
  11.   (g)vim -u NORC -U NORC -N
  12.  
  13. If the potential bug is part of Vim's filetype-specific functionality, run
  14.  
  15.   (g)vim -u NORC -U NORC --cmd 'filetype plugin indent on' -N
  16.